Crate web_view [] [src]

Structs

MyUnique
WebView

Enums

Alert

Dialog alerts, should be specified in Dialog::Alert variant.

Content

Wrapper around content that can be displayed inside webview. Can be either Url or Html. Url fetches contents from address and displays it. Html displays strings contents.

Dialog

Dialog variants that can be shown to user with WebView::dialog function.

Functions

escape

Escape a string to pass it into JavaScript.

run